v 0.1.6.2 - 18-02-2003
--------------------------------------------------------------------
 - Change all the Gui to AGUP (by NOP)
 - About dialog and Keyboard reference screen
 - Support for loading of TZX (by Alea)

v 0.1.6.1 - 11-10-2002
--------------------------------------------------------------------
 - Bugfixed
 - Confirmation Dialog on Exit
 - support 320x240 and 320x200 if first is not avalible
 - Better estetical dialogs thanks to AGUP (by Alea)


v 0.1.6   - 1-10-2002
--------------------------------------------------------------------
 - compile under windows/VisualC
 - a more recent getopt.c 
 - a new and better sound engine 
 - port FF emulation 
 - correct times of z80 (by Kak)
 - Gui bugs, and tape loading by gui (by Alea)

v 0.1.5.2 - 2-5-2002
--------------------------------------------------------------------
 - a primitive sound engine (by Alea)

v 0.1.5.1 - 22-1-2002
--------------------------------------------------------------------
 - now emulated the border graphics correctly. (by Alea)
  
v 0.1.5 - 1-1-2002
--------------------------------------------------------------------
 - compile under windows/mingw32.
 - rewrote the graphic routine, now flash attrib emulated.
 - F7 General Options menu.
 - Added gunstick emulation. 
 - Added suport for command line parameters.
 - Some name file changes to use GNU Doc style. (by Alea)
   
v 0.1.4  - 08-08-2001
--------------------------------------------------------------------
 - Added the use of Allegro GUI routines to select the files to
   load or save. They're not nice but... they work! Thanks another
   time to Allegro guys :)



 v 0.1.3  - 07-07-2001
--------------------------------------------------------------------
 - Added internationalization support: 3 languages till now, and
   it's quite easy to add new languages just by modifying langs.h .
 - Added dialogs to load (typing) a SNA, SP or Z80 file. Those
   dialogs will be used until a directory browsing routine is
   contributed or developed by me.
 - Quite important: I've added AUTO FrameRate Adjust. This means
   that slow computers (P100, P120, P133...) can now play Aspectrum
   at 50 REAL spectrum FPS (although they'll see on the screen not
   the 50 screen updates). I've tested it on a P120 Laptop (a laptop
   is slower than a desktop computer), under XWindow at 16 bpp (this
   means real time 8 bpp to 16 bpp color conversion) and games were
   playable at 50 fps (I imagine that the screenupdate rate was about
   20). Under Linux console the emulator works perfectly, and under
   MSDOS you'll reach the 50 fps even with 486DX2 or DX4 computers...



 v 0.1.2  - 07-07-2001
--------------------------------------------------------------------
 - F1 now shows a simple GUI.
 - F2 now save snapshots (.SNA files) as snapshot.sna
 - F3 now load snapshot.sna from disk.
 - F4 now saves a Screenshot of Spectrum's videoram as screen.scr
   (SCR file, 6192 bytes in size: you can convert it to gif using
   the scr2gif utility).
 - F5 now resets the Spectrum.
 - Wrapped all graphical functions into v_alleg.* files.
 - Added IND-INDR-INIR-OTIR-OUTD-OTDR opcodes by MetalBrain.
 - Corrected timing for LD L, [HL] from 4 to 7 t-states.
   Thanks for Jaime Tejedor alias MetalBrain <metalbrain_coder@gmx.net>
 - Added OUTI opcode thanks to Alvaro Alea.
 - Updated the WORKING file (lots of games tested).
 
 
 v 0.1.1  - 12-05-2001
--------------------------------------------------------------------
 - Added Z80 snapshot (type 1, 2 and 3) file support.
   Corrected Makefile to compile only modifyed files.
  
   Patch submitted by Alvaro Alea <ALEAsoft@yahoo.com>.
   Alvaro is the first Patch Contributor of Aspectrum,
   althought it's not the first that helps on the emulator,
   as Kak found some bugs on my code telling me on
   #spectrum channel on libres.irc-hispano.org .

 - Decremented R register on default: case of op_dd_fd.c
   (thanks to Raul Gomez for this one).

 - Corrected some docs and updated WORKING files.
 
 
 v 0.1.0  - 07-03-2001
--------------------------------------------------------------------
 - First public release.
 - Fixed a bug in the DEC macro (0x79 -> 0x7F) thanks to Kak.
 - Lots of bugfixes thanks to Ignacio Burgueo.
 - Reduced the filenames to 8x3 style to be compilable directly
   under MSDOS/DJGPP.
 - Ported to Allegro WIP 3.9.x from the SDL version.


 v 0.01   - 1999-2000
--------------------------------------------------------------------
 - Initial SDL version.
 
